You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > StringsToValues Method > VectorInt.StringsToValues Method ([In] TStrings, [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.StringsToValues Method ([In] TStrings, [In] int, [In] int, [In] int)

Convert strings in aList to integers starting at ListIndex.

Syntax
C#
Visual Basic
public TVecInt StringsToValues([In] TStrings aList, [In] int ListIndex, [In] int Index, [In] int Len);

Store them in the Values array of the calling vector from Index to Index+Len-1. The Length property of the calling vector is not changed. If array bounds are overrun and exception is raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!